aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/share-button.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/[groupId]/share-button.tsx')
-rw-r--r--src/app/groups/[groupId]/share-button.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/share-button.tsx b/src/app/groups/[groupId]/share-button.tsx
index fe2e5fb..9e96a49 100644
--- a/src/app/groups/[groupId]/share-button.tsx
+++ b/src/app/groups/[groupId]/share-button.tsx
@@ -16,7 +16,7 @@ type Props = {
}
export function ShareButton({ group }: Props) {
- const url = `${env.NEXT_PUBLIC_BASE_URL}/groups/${group.id}`
+ const url = `${env.NEXT_PUBLIC_BASE_URL}/groups/${group.id}/expenses?ref=share`
return (
<Popover>